home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ptlnpln.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  311 b   |  16 lines

  1. .TH PTLNPLN
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. PTLNPLN
  5.  
  6.  
  7.  
  8.  VectorType PTLNPLN( PointType LineOrig, VectorType LineRay, PlaneType Plane )
  9.  
  10. Computes the point of intersection of given line LineOrig,
  11. LineRay with plane Plane.
  12.  
  13. Example:
  14.  
  15.  InterPt = PtLnPln( point( 1, 0, 1 ), vector( 1, 1, 1 ), Plane( 0, 0, 1, 0 ) );
  16.